PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPatternPen Class / setUncoloredPatternPaintColor Method
The color used to paint an uncolored pattern.
In This Topic
    setUncoloredPatternPaintColor Method
    In This Topic
    Sets the uncolored pattern paint color.
    If the pattern colorspace associated with this pen's color contains an uncolored tiling pattern then the pattern will be painted using the color specified in this property.
    Note: This property cannot be set to another pattern color.
    Syntax
    public void setUncoloredPatternPaintColor( 
       PDFColor value
    )

    Parameters

    value
    The color used to paint an uncolored pattern.
    Exceptions
    ExceptionDescription
     
    See Also